home *** CD-ROM | disk | FTP | other *** search
/ Oz - The Magical Adventure / Adventure.iso / pc / dkdata / itchybugs.dxr / 00029_return to quadling hub.ls < prev    next >
Encoding:
Text File  |  2000-06-01  |  190 b   |  11 lines

  1. on exitFrame
  2.   global gCurrentScreen, gPrevScreen, gPlayOnly
  3.   if gPlayOnly then
  4.     go(1, "map")
  5.   else
  6.     gPrevScreen = "661"
  7.     gCurrentScreen = "631"
  8.     go("631", "six")
  9.   end if
  10. end
  11.